--fill in the numbers to call.
--remember, you can only have 3 calls to your phone, thats it.
--must be in quotes, too

your_number = "5555555555"
--your phone to make the call from

dest_number = "5555555555"
--the phone to call







--[[
For example, if you want to call the pizza place, 123-876-456
and your phone was 567-234-7890, you would do:

your_number = "5672347890"

dest_number = "123876464"
]]